home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2805 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: mail2news.demon.co.uk!longbarn.demon.co.uk
  2. From: Peter Jones <pete@longbarn.demon.co.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Java Compiler
  5. Date: Thu, 18 Jan 1996 20:39:22 GMT
  6. Organization: None
  7. Message-ID: <38225234wnr@longbarn.demon.co.uk>
  8. References: <30FD6D58.B3B@gate.net>
  9. Reply-To: pete@longbarn.demon.co.uk
  10. X-NNTP-Posting-Host: longbarn.demon.co.uk
  11. X-Broken-Date: Thursday, Jan 18, 1996 20.39.22
  12. X-Newsreader: Newswin Alpha 0.7
  13. X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!longbarn.demon.co.uk
  14.  
  15. > I am trying to compile some java script but am having a problem with 
  16. > javac.
  17. > The steps I take are:
  18. > 1)I launch DOS from Win95
  19. > 2)go the javac.exe in the subdirectory- e:\Java\hotjava\bin
  20. > 3)launch javac.exe
  21. > 4)I am getting the following message:
  22. > use: javac [-g] [-0] [-debug] [-depend] [-nowarn] [-verbose] [-classpath 
  23. > path] [-nowrite] [-d dir] file.java...
  24.  
  25. You havn't told the compiler what file you want to compile!
  26.  
  27. try 'javac helloworld.java'
  28.  
  29. Then 'java helloworld' to run it
  30.  
  31. /-------------------------------------------------------------------------\
  32. | Peter Jones           pete@longbarn.demon.co.uk                         |
  33. \-------------------------------------------------------------------------/
  34.  
  35.